- Image BBS
- This program is a very nice bulletin board system. Some complain
it is complicated. Others say it's too slow. I agree. When Jack
"Rascal" Followay gave me the source code for v2.0, my mind
went in a million directions...
- Screenshots
- Here is the original boot splash screen. It gets the point
across, but it's rather dull:
- Here's our chance to improve the speed and user experience. How?
-
Structures. These areas of memory replace the string and
numeric arrays used in v1.2(a). They can be loaded from disk,
searched, compared, inserted and deleted from, all at machine
language speed. No more slow BASIC loops! I just need Jack's
programming reference guide...
-
Graphic menu system. Those who don't like the "command
line" aspect of Image can use a simple, quick cursor-controlled
system to move to the relevant option. This is demonstrated below in
a screenshot of the IM system, Image 2.0's built-in
configuration system.
![[ IM configuration editor ]](image-2.0-0005-configuration-editor.gif)
|